home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / wb / czesc_3 / retinatitlepic / s / batch / shutdown. < prev    next >
Text File  |  1994-02-04  |  804b  |  25 lines

  1. ; $VER: System-Shutdown v1.6 © 07-Oct-1993  Martin Kaim
  2. Cls
  3. FailAt 25
  4. Echo "*n*e[32m·························     System - Shutdown     ·························*n*nYou started work at:*e[31m"
  5. Type ENVARC:Custom/ColdBoot
  6. Echo "*n*e[32mCurrent system time:*e[31m"
  7. SetClock >NIL: load
  8. Date
  9.   If exists SYS:S/LogFile
  10.     Date >>"SYS:S/LogFile"
  11.   Else
  12.     Date >"SYS:S/LogFile"
  13.   EndIf
  14.   Echo >>"SYS:S/LogFile" ""
  15.   Delete ENVARC:Custom/ColdBoot quiet
  16.   Delete ENVARC:Custom/CoolBoot quiet
  17.   If exists S:finger.log
  18.     Delete >NIL: S:finger.log
  19.   EndIf
  20.   If exists S:motd.bak
  21.     Copy >NIL: S:motd.bak S:motd
  22.   EndIf
  23.   Echo "*n*e[31mOK:   You may switch off after the hard disk indicator LED has turned dark."
  24. Echo "*e[32m·············································································*e[0m*n"
  25.